Remove (debug) output of symbol names.
authoroliskoli <oliskoli>
Mon, 27 Nov 2006 22:04:41 +0000 (22:04 +0000)
committeroliskoli <oliskoli>
Mon, 27 Nov 2006 22:04:41 +0000 (22:04 +0000)
raymarine.c

index b516fd0839f409ae2b10b0ff708c1ed0426bce05..1f840c799f483bfaf828c404ce9e2263f9d18a64 100644 (file)
@@ -138,7 +138,6 @@ find_symbol_num(const char *descr)
                a = &raymarine_symbols[0];
                
                for (i = 0; i < RAYMARINE_SYMBOL_CT; i++, a++) {
-                       printf(MYNAME ": %s - %s\n", descr, a->name);
                        if (case_ignore_strcmp(descr, a->name) == 0) return i;
                }
        }